[INFO] fetching crate misskey-core 0.3.0-rc.1...
[INFO] testing misskey-core-0.3.0-rc.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate misskey-core 0.3.0-rc.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate misskey-core 0.3.0-rc.1
[INFO] finished tweaking crates.io crate misskey-core 0.3.0-rc.1
[INFO] tweaked toml for crates.io crate misskey-core 0.3.0-rc.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate misskey-core 0.3.0-rc.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a31960cf633ce429ed70ec29bb2299e883543f8e9375881ae10685982162e251
[INFO] running `Command { std: "docker" "start" "-a" "a31960cf633ce429ed70ec29bb2299e883543f8e9375881ae10685982162e251", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a31960cf633ce429ed70ec29bb2299e883543f8e9375881ae10685982162e251", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a31960cf633ce429ed70ec29bb2299e883543f8e9375881ae10685982162e251", kill_on_drop: false }`
[INFO] [stdout] a31960cf633ce429ed70ec29bb2299e883543f8e9375881ae10685982162e251
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53de99c5100fdad92c2b2e82b011c1d6adc01d9c905da74312b172afdc0a8094
[INFO] running `Command { std: "docker" "start" "-a" "53de99c5100fdad92c2b2e82b011c1d6adc01d9c905da74312b172afdc0a8094", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling misskey-core v0.3.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 17 |         request: R,
[INFO] [stdout] 18 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 26 |         request: R,
[INFO] [stdout] 27 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 37 |         request: R,
[INFO] [stdout] 38 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         request: R,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 65 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  95 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 100 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 119 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         note_id: String,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |         request: R,
[INFO] [stdout] 55 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 60 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         note_id: String,
[INFO] [stdout] 72 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 78 |         request: R,
[INFO] [stdout] 79 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 85 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 98 |         note_id: String,
[INFO] [stdout] 99 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 105 |         request: R,
[INFO] [stdout] 106 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 125 |         note_id: String,
[INFO] [stdout] 126 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         request: R,
[INFO] [stdout] 133 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 139 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
[INFO] running `Command { std: "docker" "inspect" "53de99c5100fdad92c2b2e82b011c1d6adc01d9c905da74312b172afdc0a8094", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53de99c5100fdad92c2b2e82b011c1d6adc01d9c905da74312b172afdc0a8094", kill_on_drop: false }`
[INFO] [stdout] 53de99c5100fdad92c2b2e82b011c1d6adc01d9c905da74312b172afdc0a8094
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6073e668ca8266153c00abec04a6ee58bf0cc327f25b016b166e94c0badd1d37
[INFO] running `Command { std: "docker" "start" "-a" "6073e668ca8266153c00abec04a6ee58bf0cc327f25b016b166e94c0badd1d37", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 17 |         request: R,
[INFO] [stdout] 18 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 26 |         request: R,
[INFO] [stdout] 27 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 37 |         request: R,
[INFO] [stdout] 38 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         request: R,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 65 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  95 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 100 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 119 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling misskey-core v0.3.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         note_id: String,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |         request: R,
[INFO] [stdout] 55 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 60 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         note_id: String,
[INFO] [stdout] 72 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 78 |         request: R,
[INFO] [stdout] 79 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 85 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 98 |         note_id: String,
[INFO] [stdout] 99 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 105 |         request: R,
[INFO] [stdout] 106 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 125 |         note_id: String,
[INFO] [stdout] 126 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         request: R,
[INFO] [stdout] 133 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 139 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 17 |         request: R,
[INFO] [stdout] 18 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 26 |         request: R,
[INFO] [stdout] 27 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 37 |         request: R,
[INFO] [stdout] 38 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         request: R,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 65 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/client.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  95 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 100 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/client.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 119 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 48 |         note_id: String,
[INFO] [stdout] 49 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |         request: R,
[INFO] [stdout] 55 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 60 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         note_id: String,
[INFO] [stdout] 72 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 78 |         request: R,
[INFO] [stdout] 79 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 85 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/streaming.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 98 |         note_id: String,
[INFO] [stdout] 99 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |                |
[INFO] [stdout]    |          |                the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]    |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 105 |         request: R,
[INFO] [stdout] 106 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 125 |         note_id: String,
[INFO] [stdout] 126 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         request: R,
[INFO] [stdout] 133 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/streaming.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 139 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |          |                |
[INFO] [stdout]     |          |                the same lifetime is hidden here
[INFO] [stdout]     |          the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout]     |                    +++                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "6073e668ca8266153c00abec04a6ee58bf0cc327f25b016b166e94c0badd1d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6073e668ca8266153c00abec04a6ee58bf0cc327f25b016b166e94c0badd1d37", kill_on_drop: false }`
[INFO] [stdout] 6073e668ca8266153c00abec04a6ee58bf0cc327f25b016b166e94c0badd1d37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b2f8cc40f6040fa22b25f9da141f8e22ea6a97614e3f4acf2ad2b0d4e4a88b87
[INFO] running `Command { std: "docker" "start" "-a" "b2f8cc40f6040fa22b25f9da141f8e22ea6a97614e3f4acf2ad2b0d4e4a88b87", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 17 |         request: R,
[INFO] [stderr] 18 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>;
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 26 |         request: R,
[INFO] [stderr] 27 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 37 |         request: R,
[INFO] [stderr] 38 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 48 |         request: R,
[INFO] [stderr] 49 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>> {
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 65 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 65 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/client.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 81 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 81 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]    |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/client.rs:95:9
[INFO] [stderr]     |
[INFO] [stderr]  95 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 100 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]     |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/client.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 119 |     ) -> BoxFuture<Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 119 |     ) -> BoxFuture<'_, Result<ApiResult<R::Response>, Self::Error>>
[INFO] [stderr]     |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 48 |         note_id: String,
[INFO] [stderr] 49 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>>;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stderr]    |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 54 |         request: R,
[INFO] [stderr] 55 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>>;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 55 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>>;
[INFO] [stderr]    |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 60 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>>;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>>;
[INFO] [stderr]    |                    +++                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 71 |         note_id: String,
[INFO] [stderr] 72 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stderr]    |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 78 |         request: R,
[INFO] [stderr] 79 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 79 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stderr]    |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 85 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stderr]    |                    +++                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/streaming.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 98 |         note_id: String,
[INFO] [stderr] 99 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |          |                |
[INFO] [stderr]    |          |                the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 99 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stdout] 
[INFO] [stderr]    |                    +++                      +++
[INFO] [stdout] running 0 tests
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/streaming.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 105 |         request: R,
[INFO] [stderr] 106 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |          |                |
[INFO] [stderr]     |          |                the same lifetime is hidden here
[INFO] [stderr]     |          the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stderr]     |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/streaming.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 112 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |          |                |
[INFO] [stderr]     |          |                the same lifetime is hidden here
[INFO] [stderr]     |          the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 112 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |                    +++                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/streaming.rs:124:9
[INFO] [stderr]     |
[INFO] [stderr] 124 |         &self,
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 
[INFO] [stderr] 125 |         note_id: String,
[INFO] [stderr] 126 |     ) -> BoxFuture<Result<SubNoteStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |          |                |
[INFO] [stderr]     |          |                the same lifetime is hidden here
[INFO] [stderr]     |          the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 126 |     ) -> BoxFuture<'_, Result<SubNoteStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/streaming.rs:131:9
[INFO] [stderr]     |
[INFO] [stderr] 131 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 132 |         request: R,
[INFO] [stderr] 133 |     ) -> BoxFuture<Result<ChannelStream<R, Self::Error>, Self::Error>> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |          |                |
[INFO] [stderr]     |          |                the same lifetime is hidden here
[INFO] [stderr]     |          the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 133 |     ) -> BoxFuture<'_, Result<ChannelStream<'_, R, Self::Error>, Self::Error>> {
[INFO] [stderr]     |                    +++                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/streaming.rs:138:9
[INFO] [stderr]     |
[INFO] [stderr] 138 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 139 |     ) -> BoxFuture<Result<BroadcastStream<E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |          |                |
[INFO] [stderr]     |          |                the same lifetime is hidden here
[INFO] [stderr]     |          the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 139 |     ) -> BoxFuture<'_, Result<BroadcastStream<'_, E, Self::Error>, Self::Error>> {
[INFO] [stderr]     |                    +++                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `misskey-core` (lib) generated 20 warnings (run `cargo fix --lib -p misskey-core` to apply 20 suggestions)
[INFO] [stderr] warning: `misskey-core` (lib test) generated 20 warnings (20 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/misskey_core-054dcfd23c3e0bd3)
[INFO] [stderr]    Doc-tests misskey_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b2f8cc40f6040fa22b25f9da141f8e22ea6a97614e3f4acf2ad2b0d4e4a88b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2f8cc40f6040fa22b25f9da141f8e22ea6a97614e3f4acf2ad2b0d4e4a88b87", kill_on_drop: false }`
[INFO] [stdout] b2f8cc40f6040fa22b25f9da141f8e22ea6a97614e3f4acf2ad2b0d4e4a88b87
